commit | c9b6e084a323b9472a5506dd63b9841126600c4f | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Tue Sep 01 12:36:26 2020 -0700 |
committer | Christopher Ferris <cferris@google.com> | Tue Sep 01 12:36:26 2020 -0700 |
tree | 3d90e0bb524ed094cb3bcf9337db68a2cf116866 | |
parent | af13a8b744f6c56b4d1403ea45b3b3bdc2460e31 [diff] |
Do not create a map with start == end. This is not possible in the real world, so prevent this particular case to avoid leaking memory and any other issues. Bug: 165619316 Test: Verified the fuzzer test case that caused a leak no longer leaks. Change-Id: I352b3bd21a4931432e015af89c256ddbcdaa1070