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 2020/03/13 23:43:06 UTC

[GitHub] [incubator-nuttx] patacongo opened a new pull request #565: libs/libc/netdb/lib_dnsaddserver.c: Fix wrong fopen() mode.

patacongo opened a new pull request #565: libs/libc/netdb/lib_dnsaddserver.c: Fix wrong fopen() mode.
URL: https://github.com/apache/incubator-nuttx/pull/565
 
 
   dns_add_nameserver(): As reported by Surya Prakash Verma, call to
   fopen() used nonexistent file open mode "at"; changed this to "r"
   per Surya's analysis. See Surya's email to dev@ on 12 Mar 2020,
   archived here: https://lists.apache.org/thread.html/rbbbee93f79dd8f4224969bb03bf093d8c96421380a1d955167a2f661%40%3Cdev.nuttx.apache.org%3E

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] Ouss4 merged pull request #565: libs/libc/netdb/lib_dnsaddserver.c: Fix wrong fopen() mode.

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #565: libs/libc/netdb/lib_dnsaddserver.c: Fix wrong fopen() mode.
URL: https://github.com/apache/incubator-nuttx/pull/565
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] patacongo commented on issue #565: libs/libc/netdb/lib_dnsaddserver.c: Fix wrong fopen() mode.

Posted by GitBox <gi...@apache.org>.
patacongo commented on issue #565: libs/libc/netdb/lib_dnsaddserver.c: Fix wrong fopen() mode.
URL: https://github.com/apache/incubator-nuttx/pull/565#issuecomment-598974753
 
 
   This PR updates pr #558 and hopefully will get the change commited more quickly.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #565: libs/libc/netdb/lib_dnsaddserver.c: Fix wrong fopen() mode.

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #565: libs/libc/netdb/lib_dnsaddserver.c: Fix wrong fopen() mode.
URL: https://github.com/apache/incubator-nuttx/pull/565#issuecomment-599122330
 
 
   > This PR updates pr #558 and hopefully will get the change commited more quickly.
   
   @patacongo you don't open a new PR to make some fix, you can update the old PR directly:
   https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] patacongo commented on issue #565: libs/libc/netdb/lib_dnsaddserver.c: Fix wrong fopen() mode.

Posted by GitBox <gi...@apache.org>.
patacongo commented on issue #565: libs/libc/netdb/lib_dnsaddserver.c: Fix wrong fopen() mode.
URL: https://github.com/apache/incubator-nuttx/pull/565#issuecomment-599133878
 
 
   No, not for me.  I am not comfortable modifying other people's PRs.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services