OpenSolaris

Printable Version Enter a New Search
Bug ID 6368812
Synopsis extra backslashes in IP, SCTP macros
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:tcp-ip
Keywords rtiq_reviewed
Responsible Engineer Kacheong Poon
Reported Against
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_32
Fixed In snv_32
Release Fixed solaris_nevada(snv_32) , solaris_10u5(s10u5_08) (Bug ID:2157047)
Related Bugs 6368190
Submit Date 4-January-2006
Last Update Date 22-January-2008
Description
The IS_USESRC_ILL, IS_USESRC_CLI_ILL, and IS_VNI macros in
usr/src/uts/common/inet/ip.h have a backslash on the last line of the
macro. 

Also, the SCTP_CONDEMNED macro in usr/src/uts/common/inet/sctp/sctp.c
has an extra backslash on the last line.

These backslashes are unnecessary, and they're a maintenance hazard.
If somebody puts non-null text on the following line, it will get
sucked into the macro.
Work Around
N/A
Comments
N/A