You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/11/22 11:04:03 UTC

[GitHub] matthiasblaesing opened a new pull request #1028: [NETBEANS-1727] Native Execution does not correctly sanitize username for temp directory

matthiasblaesing opened a new pull request #1028: [NETBEANS-1727] Native Execution does not correctly sanitize username for temp directory
URL: https://github.com/apache/incubator-netbeans/pull/1028
 
 
   The sed call in line 119 of hostinfo.sh does not correctly handle
   backslashes in the escape sequence. The call to sed fails with:
   
   sed: -e expression #1, char 6: unterminated `s' command
   
   and the variable USER_D is set to the empty string.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists