Unfortunately... 1
EDIT: Ok, now I'll put something useful here :)
As a Development Manager, I was not concerned with lines per bug, but rather the types of bugs and the level of the developer. Also, lots of lines of code worries me, and I think I would be more concerned if any of my devs wrote 1k lines of code in a day (or even in a couple of days).
I can appreciate the concerns of your management team, however, as bugs really don't look good to the higher-ups, or the client. What I would suggest is that you (or they) develop a process of eliminating these kinds of bugs.
Example: Bob the developer (who is pretty new) just wrote the 'update customer' function. The method works fine, and Bob even validated that the supplied customer ID is good... but Bob forgot to check if the current user has the permissions to edit that customer.
As Bob is new, I expect this bug, and use this as a learning experience (not by bashing him). During our weekly meeting/code review, we discuss this bug, and others like it.