diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-04-07 08:23:58 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-04-07 08:23:58 +0000 |
commit | 1bfd09545ea271421830e2540d2695f0457eef2b (patch) | |
tree | 989051ba0ad07dadef8e046912c36c1177ec9452 /packet-x25.c | |
parent | 7da2edcb2e27ce7709139670d81cbf82c41172af (diff) | |
download | wireshark-1bfd09545ea271421830e2540d2695f0457eef2b.tar.gz wireshark-1bfd09545ea271421830e2540d2695f0457eef2b.tar.bz2 wireshark-1bfd09545ea271421830e2540d2695f0457eef2b.zip |
At least with UCD SNMP 4.1.2, you can safely pass to "sprint_value()" a
variable with a null pointer-to-value and a zero length, so we don't
need to protect the assignment to "variable.val.string" with
"SAFE_STRING()" - and doing so causes complaints from the compiler about
assigning a pointer to a "const gchar" to the non-const pointer
"variable.val.string".
svn path=/trunk/; revision=3267
Diffstat (limited to 'packet-x25.c')
0 files changed, 0 insertions, 0 deletions