Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This could become a bug if the error message contained formatting
characters that would cause fprintf to try and read varargs that aren't there. Signed-off-by: Anton Staaf <[email protected]> >From e59d7b2bf0c36dcb538391c6b7ee6270247c2ca2 Mon Sep 17 00:00:00 2001 From: robotboy <[email protected]> Date: Tue, 23 Mar 2010 13:23:39 -0700 Subject: [PATCH] Don't treat the error message as a format string in die(). This could become a bug if the error message contained formatting characters that would cause fprintf to try and read varargs that aren't there. Signed-off-by: Anton Staaf <[email protected]> Review URL: http://codereview.chromium.org/1196001
- Loading branch information