]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r348499: Fix comment parsing in interp_simple.c
authorKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 03:09:31 +0000 (03:09 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 03:09:31 +0000 (03:09 +0000)
commit365f4b6bea8146a8dd40078b448d3d4c7140af39
tree76ec1b293ee35d74bc192b826f62ab5322d0f082
parent5d4029e6e910d0594fc25de6ef2ef3175c5f1fd1
MFC r348499: Fix comment parsing in interp_simple.c

loader.rc has comment lines without a trailing space, which get
interpreted as commands. Avoid this by only matching against the
backslash character.
stand/common/interp_simple.c