Talk:Signing bug: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
New section: That's it? |
||
Line 2: | Line 2: | ||
: NULL is OK http://en.wikipedia.org/wiki/Null_character --[[User:Pepsiman|Pepsiman]] 09:55, 26 March 2008 (PDT) | : NULL is OK http://en.wikipedia.org/wiki/Null_character --[[User:Pepsiman|Pepsiman]] 09:55, 26 March 2008 (PDT) | ||
== That's it? == | |||
That's the big singing bug? Some genius used strncmp instead of memcmp to compare binary data? ROFL. [[User:198.166.12.229|198.166.12.229]] 11:41, 27 March 2008 (PDT) |
Revision as of 20:41, 27 March 2008
"NULL" should be spelled "NUL" in this context. "NULL" in C refers to a special pointer value, while "NUL" is a zero ASCII character value.
- NULL is OK http://en.wikipedia.org/wiki/Null_character --Pepsiman 09:55, 26 March 2008 (PDT)
That's it?
That's the big singing bug? Some genius used strncmp instead of memcmp to compare binary data? ROFL. 198.166.12.229 11:41, 27 March 2008 (PDT)