-
### Summary
Several undefined-behaviors have been found after testing one of the harnesses provided on the OSS-Fuzz repository (inchi_input_fuzzer).
During our tests we found:
1. signed integer-o…
-
Hello,
While converting a long list of InChIs to SMILES, I noticed the following input results in a segfault:
```
InChI=1S/C25H35N3O2/c1-17-15-18-9-6-4-3-5-7-10-19-12-13-21(27-19)24(18)25(30-17…
-
Hi Gerd
Just wanted to let you know that the Convert InChI functionality doesn't work in the Brave Browser on Windows:
I don't see any kind of Go or Convert or any other kind of button that actual…
-
An earlier suggest moved from [here](https://github.com/IUPAC-InChI/InChI/issues/65).
If accessing the [test page](https://iupac-inchi.github.io/InChI-Web-Demo/) initiates a local instance of InChI…
-
I just tried to get v1.07 working within the RDKit and immediately ran into the problem that our tests which attempt to use the InChI code from multiple threads simultaneously now fail.
The failur…
-
Currently we don't specify which InChI flavor should be provided in 6.5.6. inchi
http://hupo-psi.github.io/mzTab/2_0-metabolomics-draft/mzTab_format_specification_2_0-M_draft.html#small-molecule-evid…
-
```
CMD> inchi-1.exe ptable.sdf /FixedH /RecMet
CMD> inchi-1.exe ptable.sdf.txt /InChI2InChI /FixedH /RecMet
```
results in,
```
Structure: 1 Syntax error (-2) in MOBILE_H, Reconnected layer (…
-
I am working from the InChI Web Demo (https://iupac-inchi.github.io/InChI-Web-Demo/), and I originally found this issue when creating InChI using rdkit in Python, and the same occurs when I try to gen…
-
**Configuration:**
- RDKit Version: '2020.03.2' or '2020.03.1'
- Operating system: Linux
- Python version (if relevant): 3.7.6
- Are you using conda? Yes
- If you are using conda, whic…
-
The below code in MeMoModel crashes when `sum(mask)` is 0:
mod1_inchis.loc[mask1,'charge'] = mod1_inchis.loc[mask1,'Mol'].apply(Chem.GetFormalCharge)
mod1_inchis.loc[mask1,'…