You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/14 09:57:25 UTC

[GitHub] [incubator-nuttx] fjpanag opened a new pull request, #7309: Fixed ungetc behavior when EOF is passed.

fjpanag opened a new pull request, #7309:
URL: https://github.com/apache/incubator-nuttx/pull/7309

   ## Summary
   
   When `EOF` is passed to `ungetc()`, it should do nothing and return.
   
   Related issue #7308.
   
   ## Impact
   
   Bug fix.
   
   ## Testing
   
   Tested on simulator with code that follows the problematic sequence in the linked issue.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] pkarashchenko closed pull request #7309: Fixed ungetc behavior when EOF is passed.

Posted by GitBox <gi...@apache.org>.
pkarashchenko closed pull request #7309: Fixed ungetc behavior when EOF is passed.
URL: https://github.com/apache/incubator-nuttx/pull/7309


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7309: Fixed ungetc behavior when EOF is passed.

Posted by GitBox <gi...@apache.org>.
pkarashchenko commented on PR #7309:
URL: https://github.com/apache/incubator-nuttx/pull/7309#issuecomment-1278780761

   Seems we pushed the same change :) https://github.com/apache/incubator-nuttx/pull/7310


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7309: Fixed ungetc behavior when EOF is passed.

Posted by GitBox <gi...@apache.org>.
pkarashchenko commented on PR #7309:
URL: https://github.com/apache/incubator-nuttx/pull/7309#issuecomment-1278781746

   Let's follow with my change as it fix two issues


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org