avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [bug #19134] strcasecmp(): result sign is not changed by


From: Dmitry Xmelkov
Subject: [avr-libc-dev] [bug #19134] strcasecmp(): result sign is not changed by swaping args.
Date: Sat, 24 Feb 2007 02:42:51 +0000
User-agent:

URL:
  <http://savannah.nongnu.org/bugs/?19134>

                 Summary: strcasecmp(): result sign is not changed by swaping
args.
                 Project: AVR C Runtime Library
            Submitted by: dmix
            Submitted on: Суббота 24.02.2007 at 02:42
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The next example illustrates a problem:
  strcasecmp("a", "[") --> +6
  strcasecmp("[", "a") --> +26

The same is in all other fuctions of this family.





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?19134>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]