Chinh Nguyen

Results 11 issues of Chinh Nguyen

An extended-length path in windows is prepended with "\\\\?\\" (for example \\\\?\c:\\windows). As such, uriparser doesn't seem to recognize it as a windows path. It is encoded but not in...

enhancement
windows

For example, consider a directory which can contain directories and files. We try to declare recursive enum and struct: ```rust #[derive(Deserialize, Debug)] #[serde(rename_all="lowercase")] enum Inode { File { name: String,...

Given structured data as follows: ```xml macintosh grannysmith yukon russet bosc bartlett ``` The following code can deserialize it as structures but not tagged enums. Using version 0.2.1 from crates.io/cargo:...

Here is a stack trace: ```java java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:460) at javassist.ClassPool.cacheCtClass(ClassPool.java:228) at javassist.CtClass.detach(CtClass.java:1419) ``` This seems to be the conditions: * The detached class is not actually cached, the call...

Version: 3.24.1-GA I'm using javassist in a java agent to instrument classes, for example insert extra log statements in methods. Whenever an `javax.crypto.*Exception` class is loaded through the classpool (e.g.,...

If I'm using this module in FreeBSD as a non-root user, a good username but bad password will pass. Note a bad (non-existent) username will fail as expected. As root,...

### Basic Information * Version of libarchive: 3.3.2 * How you obtained it: build from github source * Operating system and version: linux Ubuntu 17.10 * What compiler and/or IDE...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description When a Spark Task executes spark-submit, the 'cluster' and 'client'...

good first issue
improvement

It seems if producers/consumers are writing/reading (i.e., changing content of buffer) very quickly, we get a situation where the pipe (data) is "clobbered" somehow resulting in crash. This doesn't seem...

The file `Virtual-Printer-1.0.0-9972168.exe` from VM Ware tools `VirtualPrinter-Windows.iso` is incorrectly read as a CAB file. Affected version: branch = tags/v3.4.0 commit = 614110e file is loaded into memory with `archive_read_open_memory(a)`,...