Ticket #8 (closed defect: fixed)
Fix strcmp()
| Reported by: | sam | Owned by: | sam |
|---|---|---|---|
| Priority: | minor | Milestone: | NxOS 0.2 |
| Component: | baseplate | Version: | |
| Keywords: | Cc: |
Description
For now, the simple strcmp() function doesn't work properly with empty strings. Because it calls strncmp() with the smallest string length, the string comparison is always true whereas it shouldn't.
Change History
Note: See
TracTickets for help on using
tickets.
