-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Description
Uglify.Js can hang permanently with some malformed JS inputs. Here's the full program to reproduce one such case:
using System.IO;
namespace NUglify.Run
{
public class Program
{
public static void Main(string[] args)
{
Uglify.Js("switch=1) eval('1');");
}
}
}Found via SharpFuzz.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels