sv,svc: fix NOEXEC fallout
[oweals/busybox.git] / util-linux / umount.c
index 33667b13cfa72e635bc8075689bc1adb5749f54c..a6405dfcc73cfde74fd30202a5d59d6a0b8e921e 100644 (file)
@@ -35,6 +35,8 @@
  * In this case, you might be actually happy if your standalone bbox shell
  * does not fork+exec, but only forks and calls umount_main() which it already has!
  * Let's go with NOEXEC.
+ *
+ * bb_common_bufsiz1 usage here is safe wrt NOEXEC: not expecting it to be zeroed.
  */
 
 //kbuild:lib-$(CONFIG_UMOUNT) += umount.o