#343: segfault with paths beginning with double slash
-------------------------------------------------+-------------------------
 Reporter:  mfalb                                |       Owner:  lutter
     Type:  defect                               |      Status:  new
 Priority:  major                                |   Milestone:  next
Component:  Augeas                               |     Version:  1.0.0
 Keywords:  segfault segmentation fault slashes  |  Blocked By:
  slash authorized_keys                          |
 Blocking:                                       |
-------------------------------------------------+-------------------------
 In the authorized_keys lens

 {{{
 (* Variable: filter *)
 let filter = incl (Sys.getenv("HOME") . "/.ssh/authorized_keys")
 }}}

 when the home directory is '/' then the resulting path is


 {{{
 //.ssh/authorized_keys
 }}}

 and augeas segfaults

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/343>
Augeas <http://augeas.net/>
a configuration API

_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to