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

                 Summary: Add CLI to exit() and abort() loops
                 Project: AVR C Runtime Library
            Submitted by: joerg_wunsch
            Submitted on: Tuesday 12/18/2007 at 21:55
                Category: Library
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: libc code
                  Status: None
        Percent Complete: 0%
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The supplied functions exit() and abort() both run into an
infinite loop.  However, interrupts are still potentially
enabled at that point so it's quite possible the application
would just proceed anyway.

It's suggested to add CLI instructions before both loops.




    _______________________________________________________

Reply to this item at:

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

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



_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to